We are migrating the bug tracker to github Issues. This is now the preferred way to report NASM bugs.

Self-registration is disabled due to spam issue (mail gorcunov@gmail.com or hpa@zytor.com to create an account)

Bug 3392921 - jcxz does not accept a short keyword
Summary: jcxz does not accept a short keyword
Status: OPEN
Alias: None
Product: NASM
Classification: Unclassified
Component: Assembler (show other bugs)
Version: 3.00.xx
Hardware: All All
: Medium normal
Assignee: nobody
URL:
Depends on:
Blocks:
 
Reported: 2024-09-07 06:25 PDT by E. C. Masloch
Modified: 2024-09-07 06:25 PDT (History)
4 users (show)

Obtained from: Built from git using configure
Generated by: Human
Bug category: Unexpected or confusing behavior
Observed for: Invalid input
Regression: ---
Regression since:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description E. C. Masloch 2024-09-07 06:25:57 PDT
During porting of some TASM code I had to remove the "short" keyword from some jcxz instructions. NASM errors out with "error: mismatch in operand sizes" if it is present. I think it should be allowed silently instead.